Visual Basic (Declaration) | |
---|---|
Public Overloads Sub SetArray( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value(,) As Object _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DefaultSheetDataModel Dim row As Integer Dim column As Integer Dim value() As Object instance.SetArray(row, column, value) |
Parameters
- row
- Row index of the start of the range of cells
- column
- Column index of the start of the range of cells
- value
- Two-dimensional object array[row,column] that contains the values
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6